//==============================================================================
// Lotus Trap_anim.txt
//==============================================================================

//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define DirtSFX
{
   set hotspot
   {
      version
      {
         Visualparticle LotusTrap Dirt SFX
      }
   }
}
//==============================================================================
define Glow
{
   set hotspot
   {
      version
      {
         Visualparticle LotusTrap Glow SFX
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				VisualGranny LotusTrap2_spawn
				Connect ATTACHPOINT Glow hotspot
				tag SpecificSoundSet 0.05 false LotusTrapSpawnSFX checkVisible
				Length 1.0
			}
		}
	}
}
//==============================================================================
anim Idle
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				VisualGranny LotusTrap_idle
				Connect ATTACHPOINT Glow hotspot
			}
		}
	}
}
//==============================================================================
anim Gore
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				VisualGranny LotusTrap_detonate
				Connect ATTACHPOINT Glow hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
		   tag Attack 0.85 true   
		   tag SpecificSoundSet 0.80 false LotusTrapDetonateSFX checkVisible
		   tag FootstepLeft 0.85 true
		   tag FootstepRight 0.85 true 
//-- end auto generated section
		   
		   	}
		}
	}
}
//==============================================================================
anim Death
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				VisualGranny LotusTrap_death
				Connect ATTACHPOINT DirtSFX hotspot
				tag SpecificSoundSet 0.01 false LotusTrapExplodeSFX checkVisible
			}
		}
	}
}
